-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(analytics): Track search events #241
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stamping with approval but I consider this a premature split from the main PR. This would be nice to have to the main branch when you merge in the above.
They're split for easier reviews, testability, and easy reverts (generally speaking). They will be going out at the same time :-) |
This tracks a new "Search Performed" goal in Fathom analytics. No search query is sent! (Fathom doesn't even support it)
While the cloud offering of Meilisearch has basic "analytics" that tells us how many searches are performed, it'd be nice to have this tracked over time.
Depends on #240.